$Status = smtp.SendMailFrom (
<From>
)
This function allows to set the "From" address.
Parameters
<From>
Denotes the address of the sender.
Return Value
Function returns 1 on success, 0 on failure.